gempy.core.data.ImporterHelper¶
- class gempy.core.data.ImporterHelper(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None)[source]¶
Examples using
gempy.core.data.ImporterHelper
¶2.2 - Including GemPyMethods
__init__
(path_to_surface_points, ...[, ...])Attributes
coord_x_name
coord_y_name
coord_z_name
gx_name
gy_name
gz_name
hash_orientations
hash_surface_points
pandas_reader_kwargs
surface_name
path_to_surface_points
path_to_orientations
- __init__(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None) None ¶